You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org> on 2011/10/11 18:25:16 UTC

[jira] [Commented] (GORA-47) fix tar ant target

    [ https://issues.apache.org/jira/browse/GORA-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125164#comment-13125164 ] 

Lewis John McGibbney commented on GORA-47:
------------------------------------------

This has been narrowed down to the -buildlist target, which when executed provides the following
{code}
lewis@lewis-desktop:~/ASF/gora_trunk$ ant -buildlist
Unknown argument: -buildlist
ant [options] [target [target2 [target3] ...]]
Options:
  -help, -h              print this message
  -projecthelp, -p       print project help information
  -version               print the version information and exit
  -diagnostics           print information that might be helpful to
                         diagnose or report problems.
  -quiet, -q             be extra quiet
  -verbose, -v           be extra verbose
  -debug, -d             print debugging information
  -emacs, -e             produce logging information without adornments
  -lib <path>            specifies a path to search for jars and classes
  -logfile <file>        use given file for log
    -l     <file>                ''
  -logger <classname>    the class which is to perform logging
  -listener <classname>  add an instance of class as a project listener
  -noinput               do not allow interactive input
  -buildfile <file>      use given buildfile
    -file    <file>              ''
    -f       <file>              ''
  -D<property>=<value>   use value for given property
  -keep-going, -k        execute all targets that do not depend
                         on failed target(s)
  -propertyfile <name>   load all properties from file with -D
                         properties taking precedence
  -inputhandler <class>  the class which will handle input requests
  -find <file>           (s)earch for buildfile towards the root of
    -s  <file>           the filesystem and use it
  -nice  number          A niceness value for the main thread:
                         1 (lowest) to 10 (highest); 5 is the default
  -nouserlib             Run ant without using the jar files from
                         ${user.home}/.ant/lib
  -noclasspath           Run ant without using CLASSPATH
  -autoproxy             Java1.5+: use the OS proxy settings
  -main <class>          override Ant's normal entry point
{code}

Can anyone please explain what -buildlist is mean to do as I am unfamiliar with this.

Further to this, if I remove the hyphen and execute
ant buildlist
it successfully builds, however the tar target still fails with the initial output as described in the initial description!
Any thoughts please?
                
> fix tar ant target
> ------------------
>
>                 Key: GORA-47
>                 URL: https://issues.apache.org/jira/browse/GORA-47
>             Project: Gora
>          Issue Type: Sub-task
>          Components: build process
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>
> This issue was discovered when trying to add a nightly build to build.xml. The build fails as follows
> {code}
> BUILD FAILED
> /home/lewis/ASF/gora_trunk/build.xml:217: /home/lewis/ASF/gora_trunk/build/docs/site not found.
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira