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

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

It is up to you, however from the many plugins I've looked at, the final output 
was in ${project.build.directory} which is the 
${basedir}/target/myfinallinkedoutput.exe and the compiled output files in 
${project.build.outputDirectory} ${basedir}/target/objs/obj1.obj or 
${basedir}/target/obj1.obj if set to ${project.build.directory}

I used targetDirectory for ${project.build.directory} to distinct from 
${project.build.outputDirectory} property. But you can rename targetDirectory 
to finalDirectory if you like but keep outputDirectory for 
${project.build.outputDirectory}

Have a look at "project.build.*" in that page :
http://www.sonatype.com/books/maven-book/reference/resource-filtering-sect-properties.html

For the IT, do you mean in the site section ? 
I will check, I thought I did one. May have forgot to include.

I know I put examples on how to use the plugin with gcj.



> 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