How to do the RTC build ?
13 answers
Anyone can help to built? I don't know how to do it ,Thank you!
Hi,
If you're just getting started, I would recommend looking at the build documentation at the link below.
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.team.build.doc/topics/t_getting_started_build.html
I'm not sure what you've tried at this point. You'll need to create a build engine and build definition. There are a number of options that you can choose when creating these items, depending on the nature of the project that you're building. If you have more specific questions, just let me know.
Brent Ulbricht
Developer/Lead - RTC Build
Thank you
Hi,
If you're just getting started, I would recommend looking at the build documentation at the link below.
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.team.build.doc/topics/t_getting_started_build.html
I'm not sure what you've tried at this point. You'll need to create a build engine and build definition. There are a number of options that you can choose when creating these items, depending on the nature of the project that you're building. If you have more specific questions, just let me know.
Brent Ulbricht
Developer/Lead - RTC Build
Anyone can help to built? I don't know how to do it ,Thank you!
Hi,
If you're just getting started, I would recommend looking at the build documentation at the link below.
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.team.build.doc/topics/t_getting_started_build.html
I'm not sure what you've tried at this point. You'll need to create a build engine and build definition. There are a number of options that you can choose when creating these items, depending on the nature of the project that you're building. If you have more specific questions, just let me know.
Brent Ulbricht
Developer/Lead - RTC Build
Now i need write a build.xml for ANT , but i can't find a sample that could use.
can you describe your problem detail?
Anyone can help to built? I don't know how to do it ,Thank you!
Hi,
If you just want to see an example of an Ant build file, there is one in the examples directory for the build toolkit. If you look in the directory,
/buildsystem/buildtoolkit/examples/standalone
there is a build.xml. You could take a look to just see some of the Ant tasks that get used and the basic structure of a build.xml. However, you will need to create a build.xml that is specific to your build. I would also recommend checking out the Ant documentation at the link below.
http://ant.apache.org/manual/index.html
Brent Ulbricht
Developer/Lead - RTC Build
<xml>
<project>
<property>
<property>
<property>
<path>
<pathelement>
<fileset>
<include>
</fileset>
</path>
<target>
<delete>
</target>
<target>
<mkdir>
<javac>
<classpath>
</javac>
</target>
<target>
<war>
<fileset>
<lib>
<classes>
</war>
</target>
</project>
<project>
<property>
<property>
<property>
<path>
<pathelement>
<fileset>
<include>
</fileset>
</path>
<target>
<delete>
</target>
<target>
<mkdir>
<javac>
<classpath>
</javac>
</target>
<target>
<war>
<fileset>
<lib>
<classes>
</war>
</target>
</project>
Now i need write a build.xml for ANT , but i can't find a sample that could use.
can you describe your problem detail?
Anyone can help to built? I don't know how to do it ,Thank you!
....Could you format it please? I can't understand it
<xml>
<project>
<property>
<property>
<property>
<path>
<pathelement>
<fileset>
<include>
</fileset>
</path>
<target>
<delete>
</target>
<target>
<mkdir>
<javac>
<classpath>
</javac>
</target>
<target>
<war>
<fileset>
<lib>
<classes>
</war>
</target>
</project>
Now i need write a build.xml for ANT , but i can't find a sample that could use.
can you describe your problem detail?
Anyone can help to built? I don't know how to do it ,Thank you!
page 1of 1 pagesof 2 pages