[ 
http://jira.codehaus.org/browse/MOJO-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=203980#action_203980
 ] 

Marco Lessard commented on MOJO-1435:
-------------------------------------

Based on Maven definition, targetDirectory is target/ and outputDirectory is 
target/classes for java.
You made outputDirectory the same as targetDirectory which is OK in C/C++ world 
but not in Java's. 

Since I use Eclipse to edit and build using Maven plugin, I want java classes 
in target/classes, 
gcj compiled classes in target/objs and executable and jar files in target/  So 
I need targetDirectory/outputDirectory separation.

I also continued gcj plugin extension so I can compile JAR files directly so 
the plugin must stay compatible with other plugins and for javadoc for example.

> Support for Java compiler GCJ
> -----------------------------
>
>                 Key: MOJO-1435
>                 URL: http://jira.codehaus.org/browse/MOJO-1435
>             Project: Mojo
>          Issue Type: New Feature
>          Components: native
>            Reporter: Marco Lessard
>         Attachments: MOJO-gcj-maven-native.patch
>
>
> Added Compiler/Linker providers for GCJ.
> - Implemented useOutputDirectory so *.o go to target/objs . Default to false

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to