You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirae-dev@ws.apache.org by "Bjoern Martin (JIRA)" <ji...@apache.org> on 2006/08/23 09:25:13 UTC

[jira] Created: (MIRAE-11) Build default goal does not work

Build default goal does not work
--------------------------------

                 Key: MIRAE-11
                 URL: http://issues.apache.org/jira/browse/MIRAE-11
             Project: Mirae
          Issue Type: Bug
            Reporter: Bjoern Martin
         Attachments: mirae_buildfixed_log.txt, mirae_buildlog.txt

When simply calling Ant within Mirae's home directory, I get the output seen in attached mirae_buildlog.txt. I did set up the system.properties and got the required libraries (except Tomcat, as I didn't get that far anyway).

Taking a look at the build.xml brought up that the path with ID "compile.classpath" lacks the "Mail2ME" API which seem to be required for compilation. Only Sun's WTK libs are included which, of course, don't contain Mail2ME. Adding Mail2ME to that path comes up with the output as of "mirae_buildfixed_log.txt" which still has compilation errors.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: mirae-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: mirae-dev-help@ws.apache.org


[jira] Updated: (MIRAE-11) Build default goal does not work

Posted by "Angel Cervera Claudio (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MIRAE-11?page=all ]

Angel Cervera Claudio updated MIRAE-11:
---------------------------------------

    Attachment: build.xml.patch

Patch that correct Mail4ME.jar dependency.
Need add path to Mail4ME.jar file (follow line) in system.properties:
mail4j.jar.path=/home/angel/workspaces/naturalcom/libs/mail4me/Mail4ME.jar

> Build default goal does not work
> --------------------------------
>
>                 Key: MIRAE-11
>                 URL: http://issues.apache.org/jira/browse/MIRAE-11
>             Project: Mirae
>          Issue Type: Bug
>            Reporter: Bjoern Martin
>         Attachments: build.xml.patch, mirae_buildfixed_log.txt, mirae_buildlog.txt
>
>
> When simply calling Ant within Mirae's home directory, I get the output seen in attached mirae_buildlog.txt. I did set up the system.properties and got the required libraries (except Tomcat, as I didn't get that far anyway).
> Taking a look at the build.xml brought up that the path with ID "compile.classpath" lacks the "Mail2ME" API which seem to be required for compilation. Only Sun's WTK libs are included which, of course, don't contain Mail2ME. Adding Mail2ME to that path comes up with the output as of "mirae_buildfixed_log.txt" which still has compilation errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: mirae-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: mirae-dev-help@ws.apache.org