[
http://jira.jboss.com/jira/browse/JBWS-1994?page=comments#action_12399495 ]
Thomas Diesler commented on JBWS-1994:
--------------------------------------
Have a look at native build-release.xml
Here is the svn:externals check
<target name="check-svn-externals" depends="init">
<exec dir="${core.dir}/src/test-framework" executable="svn"
failonerror="true" output="${core.dir}/output/svn-info.xml">
<arg line="info"/>
<arg line="--xml"/>
</exec>
<xmlproperty file="${core.dir}/output/svn-info.xml"/>
<condition property="framework.externals.ok">
<or>
<contains string="${info.entry.url}"
substring="jbossws/framework/tags"/>
<equals arg1="${repository.id}" arg2="snapshot"/>
</or>
</condition>
</target>
<target name="warn-svn-externals" depends="init"
unless="framework.externals.ok">
<echo>
***********************************************
* External link to framework is not tagged! *
* Run: svn pe svn:externals src *
***********************************************
</echo>
</target>
Fix metro build issues
----------------------
Key: JBWS-1994
URL:
http://jira.jboss.com/jira/browse/JBWS-1994
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assigned To: Richard Opalka
Fix For: jbossws-metro-1.0.1
The build fails when invoked with Ant. If this is intensional, we should have proper
error messages
[tdiesler@tddell trunk]$ ant main
build.metro:
[exec] Buildfile: metro-build-adapter.xml
[exec] BUILD FAILED
[exec] Target `WSIT.main' does not exist in this project. It is used from target
`-metro.runtime.jar'.
[exec] Total time: 1 second
BUILD FAILED
/home/tdiesler/svn/jbossws/stack/metro/trunk/ant-import/build-metro.xml:78: The following
error occurred while executing this line:
/home/tdiesler/svn/jbossws/stack/metro/trunk/ant-import/build-metro.xml:23: exec
returned: 1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira