You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jeremy Hughes <hu...@apache.org> on 2006/11/23 23:50:20 UTC

[axis2] building src distribution

Hi, I just tried building the source distribution - I took
instructions from here: http://ws.apache.org/axis2/faq.html#d4

the line in the table says:

maven dist-std-bin	Will generate the source version of Axis2 standard
distribution

so I guess that should be maven dist-std-src but maven complained that
dist-std-src doesn't exist. Also dist-std-bin doesn't exist. This is
the output:

$ maven dist-std-bin
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2

DEPRECATED: the default goal should be specified in the <build>
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build>
section of project.xml instead of maven.xml
Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
Attempting to download maven-plugin-plugin-1.8-SNAPSHOT.jar.
    [echo] 1.5
    [echo]
            JDK 1.5 detected, including the following modules:
            modules/jaxbri/project.xml,modules/jaxws/project.xml

BUILD FAILED
Goal 'dist-std-bin' does not exist in this project.
Total time   : 14 seconds
Finished at  : 23 November 2006 22:39:08 GMT

Any ideas?

Thanks,
Jeremy

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


Re: [axis2] building src distribution

Posted by Thilina Gunarathne <cs...@gmail.com>.
Please use maven dist-bin

We don't have the concept of standard and minimal anymore..
Faq seems to be outdated.. Please file a Jira for that...
     | clean
     |    Deletes the 'target' directory in all projects
     |
     | clean-repo
     |    Deletes the 'target' directory in all projects
     |
     | dist-bin
     |          Creates the main binary distribution
     |
     | dist-src
     |          Creates the source distribution
     |
     | dist-docs
     |          Creates the docs distribution
     |
     | release
     |      Creates the complete release (dist-bin, dist-src, dist-docs, war)
     | war
     |    Build the war

~Thilina

On 11/24/06, Jeremy Hughes <hu...@apache.org> wrote:
> Hi, I just tried building the source distribution - I took
> instructions from here: http://ws.apache.org/axis2/faq.html#d4
>
> the line in the table says:
>
> maven dist-std-bin      Will generate the source version of Axis2 standard
> distribution
>
> so I guess that should be maven dist-std-src but maven complained that
> dist-std-src doesn't exist. Also dist-std-bin doesn't exist. This is
> the output:
>
> $ maven dist-std-bin
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
>
> DEPRECATED: the default goal should be specified in the <build>
> section of project.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the <build>
> section of project.xml instead of maven.xml
> Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
> Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
> Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
> Attempting to download maven-plugin-plugin-1.8-SNAPSHOT.jar.
>     [echo] 1.5
>     [echo]
>             JDK 1.5 detected, including the following modules:
>             modules/jaxbri/project.xml,modules/jaxws/project.xml
>
> BUILD FAILED
> Goal 'dist-std-bin' does not exist in this project.
> Total time   : 14 seconds
> Finished at  : 23 November 2006 22:39:08 GMT
>
> Any ideas?
>
> Thanks,
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

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


Re: [axis2] building src distribution

Posted by keith chapman <ke...@gmail.com>.
You can use maven -u to view all the goals available (and a description)

Thanks,
Keith

On 11/24/06, robert lazarski <ro...@gmail.com> wrote:
>
> Well that's not the command I typically use - and I just tried it and it
> didn't work for me either. Please help us by filing a jira. In the meantime,
> try this one:
>
> maven clean release jar -Dmaven.test.skip=true
>
> That will create everything ... my guess is you'd rather not run the
> tests, otherwise remove the skip command.
>
> HTH,
> Robert
>
> On 11/23/06, Jeremy Hughes <hu...@apache.org> wrote:
> >
> > Hi, I just tried building the source distribution - I took
> > instructions from here: http://ws.apache.org/axis2/faq.html#d4
> >
> > the line in the table says:
> >
> > maven dist-std-bin      Will generate the source version of Axis2
> > standard
> > distribution
> >
> > so I guess that should be maven dist-std-src but maven complained that
> > dist-std-src doesn't exist. Also dist-std-bin doesn't exist. This is
> > the output:
> >
> > $ maven dist-std-bin
> > __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
> >
> > DEPRECATED: the default goal should be specified in the <build>
> > section of project.xml instead of maven.xml
> > DEPRECATED: the default goal should be specified in the <build>
> > section of project.xml instead of maven.xml
> > Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
> > Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
> > Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
> > Attempting to download maven-plugin-plugin-1.8-SNAPSHOT.jar.
> >     [echo] 1.5
> >     [echo]
> >             JDK 1.5 detected, including the following modules:
> >             modules/jaxbri/project.xml,modules/jaxws/project.xml
> >
> > BUILD FAILED
> > Goal 'dist-std-bin' does not exist in this project.
> > Total time   : 14 seconds
> > Finished at  : 23 November 2006 22:39:08 GMT
> >
> > Any ideas?
> >
> > Thanks,
> > Jeremy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>

Re: [axis2] building src distribution

Posted by robert lazarski <ro...@gmail.com>.
Well that's not the command I typically use - and I just tried it and it
didn't work for me either. Please help us by filing a jira. In the meantime,
try this one:

maven clean release jar -Dmaven.test.skip=true

That will create everything ... my guess is you'd rather not run the tests,
otherwise remove the skip command.

HTH,
Robert

On 11/23/06, Jeremy Hughes <hu...@apache.org> wrote:
>
> Hi, I just tried building the source distribution - I took
> instructions from here: http://ws.apache.org/axis2/faq.html#d4
>
> the line in the table says:
>
> maven dist-std-bin      Will generate the source version of Axis2 standard
> distribution
>
> so I guess that should be maven dist-std-src but maven complained that
> dist-std-src doesn't exist. Also dist-std-bin doesn't exist. This is
> the output:
>
> $ maven dist-std-bin
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-2
>
> DEPRECATED: the default goal should be specified in the <build>
> section of project.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the <build>
> section of project.xml instead of maven.xml
> Attempting to download maven-test-plugin-1.8.1-SNAPSHOT.jar.
> Attempting to download maven-multiproject-plugin-1.5-SNAPSHOT.jar.
> Attempting to download maven-jar-plugin-1.8-SNAPSHOT.jar.
> Attempting to download maven-plugin-plugin-1.8-SNAPSHOT.jar.
>     [echo] 1.5
>     [echo]
>             JDK 1.5 detected, including the following modules:
>             modules/jaxbri/project.xml,modules/jaxws/project.xml
>
> BUILD FAILED
> Goal 'dist-std-bin' does not exist in this project.
> Total time   : 14 seconds
> Finished at  : 23 November 2006 22:39:08 GMT
>
> Any ideas?
>
> Thanks,
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

Re: [axis2] building src distribution

Posted by Jeremy Hughes <hu...@apache.org>.
Thanks everyone for your help. The dist-src did it for me in the end.
I've opened AXIS2-1771 to cover this.

Thanks,
Jeremy

On 11/24/06, Sanka Samaranayke <ss...@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Jeremy,
>
> Use maven dist-src instead. And also please log a JIRA.
>
> Best,
> Sanka
>
> Jeremy Hughes wrote:
> > Hi, I just tried building the source distribution - I took
> > instructions from here: http://ws.apache.org/axis2/faq.html#d4
> >
> > the line in the table says:
> >
> > maven dist-std-bin    Will generate the source version of Axis2
> > standard distribution
> >
> > so I guess that should be maven dist-std-src but maven complained
> > that dist-std-src doesn't exist. Also dist-std-bin doesn't exist.
> > This is the output:
> >
> > $ maven dist-std-bin __  __ |  \/  |__ _Apache__ ___ | |\/| / _` \
> > V / -_) ' \  ~ intelligent projects ~ |_|  |_\__,_|\_/\___|_||_|
> > v. 1.1-beta-2
> >
> > DEPRECATED: the default goal should be specified in the <build>
> > section of project.xml instead of maven.xml DEPRECATED: the default
> > goal should be specified in the <build> section of project.xml
> > instead of maven.xml Attempting to download
> > maven-test-plugin-1.8.1-SNAPSHOT.jar. Attempting to download
> > maven-multiproject-plugin-1.5-SNAPSHOT.jar. Attempting to download
> > maven-jar-plugin-1.8-SNAPSHOT.jar. Attempting to download
> > maven-plugin-plugin-1.8-SNAPSHOT.jar. [echo] 1.5 [echo] JDK 1.5
> > detected, including the following modules:
> > modules/jaxbri/project.xml,modules/jaxws/project.xml
> >
> > BUILD FAILED Goal 'dist-std-bin' does not exist in this project.
> > Total time   : 14 seconds Finished at  : 23 November 2006 22:39:08
> > GMT
> >
> > Any ideas?
> >
> > Thanks, Jeremy
> >
> > ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For
> > additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>
>
> - --
> Sanka Samaranayake
> WSO2 Inc.
>
> http://sankas.blogspot.com/
> http://www.wso2.net/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.1 (GNU/Linux)
>
> iD8DBQFFZr7t/Hd0ETKdgNIRAsLkAJ4+NzyfRNV8BINdHWcqWMkdpVYqOACgj1za
> hPzT8sXtF6QqimcOYrpHYPI=
> =s1ig
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

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


Re: [axis2] building src distribution

Posted by Sanka Samaranayke <ss...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jeremy,

Use maven dist-src instead. And also please log a JIRA.

Best,
Sanka

Jeremy Hughes wrote:
> Hi, I just tried building the source distribution - I took
> instructions from here: http://ws.apache.org/axis2/faq.html#d4
>
> the line in the table says:
>
> maven dist-std-bin    Will generate the source version of Axis2
> standard distribution
>
> so I guess that should be maven dist-std-src but maven complained
> that dist-std-src doesn't exist. Also dist-std-bin doesn't exist.
> This is the output:
>
> $ maven dist-std-bin __  __ |  \/  |__ _Apache__ ___ | |\/| / _` \
> V / -_) ' \  ~ intelligent projects ~ |_|  |_\__,_|\_/\___|_||_|
> v. 1.1-beta-2
>
> DEPRECATED: the default goal should be specified in the <build>
> section of project.xml instead of maven.xml DEPRECATED: the default
> goal should be specified in the <build> section of project.xml
> instead of maven.xml Attempting to download
> maven-test-plugin-1.8.1-SNAPSHOT.jar. Attempting to download
> maven-multiproject-plugin-1.5-SNAPSHOT.jar. Attempting to download
> maven-jar-plugin-1.8-SNAPSHOT.jar. Attempting to download
> maven-plugin-plugin-1.8-SNAPSHOT.jar. [echo] 1.5 [echo] JDK 1.5
> detected, including the following modules:
> modules/jaxbri/project.xml,modules/jaxws/project.xml
>
> BUILD FAILED Goal 'dist-std-bin' does not exist in this project.
> Total time   : 14 seconds Finished at  : 23 November 2006 22:39:08
> GMT
>
> Any ideas?
>
> Thanks, Jeremy
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For
> additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


- --
Sanka Samaranayake
WSO2 Inc.

http://sankas.blogspot.com/
http://www.wso2.net/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFFZr7t/Hd0ETKdgNIRAsLkAJ4+NzyfRNV8BINdHWcqWMkdpVYqOACgj1za
hPzT8sXtF6QqimcOYrpHYPI=
=s1ig
-----END PGP SIGNATURE-----


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