Discussion:
Robocode shows My testcase as Robot
asherbaig
2009-01-09 19:27:21 UTC
Permalink
Hi,
I have created my robot named as "Sprobot".
And also i have created testcase for that also named as "Sprobottest".

When i see my pakcage therei found two robots named as

Sprobot.java
Sprobottest.java (This is a test case)

How can i remove Sprobottest.java from robot list?


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:Robocode-***@yahoogroups.com
mailto:Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
flemmingnlarsen
2009-01-09 23:17:35 UTC
Permalink
When you run your tests cases for Robocode from inside Eclipse, the
robots to tests needs to exist in your robot repository. Hence, these
are visible when running Robocode from Eclipse.

You can avoid this be removing the 'launch' folder in the 'robocode'
project. Eclipse will automatically rebuild the folder for you, when
toy run Robocode again. You can also remove the robot by removing its
file in the 'robocode/launch/robot/' folder.

Best regards,
- Flemming
Post by asherbaig
Hi,
I have created my robot named as "Sprobot".
And also i have created testcase for that also named as "Sprobottest".
When i see my pakcage therei found two robots named as
Sprobot.java
Sprobottest.java (This is a test case)
How can i remove Sprobottest.java from robot list?
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:Robocode-***@yahoogroups.com
mailto:Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
asherbaig
2009-01-12 12:27:03 UTC
Permalink
I am unable to find any launch folder inside robocode source.Can you
please specify where it is.
Post by flemmingnlarsen
When you run your tests cases for Robocode from inside Eclipse, the
robots to tests needs to exist in your robot repository. Hence, these
are visible when running Robocode from Eclipse.
You can avoid this be removing the 'launch' folder in the 'robocode'
project. Eclipse will automatically rebuild the folder for you, when
toy run Robocode again. You can also remove the robot by removing its
file in the 'robocode/launch/robot/' folder.
Best regards,
- Flemming
Post by asherbaig
Hi,
I have created my robot named as "Sprobot".
And also i have created testcase for that also named as
"Sprobottest".
Post by flemmingnlarsen
Post by asherbaig
When i see my pakcage therei found two robots named as
Sprobot.java
Sprobottest.java (This is a test case)
How can i remove Sprobottest.java from robot list?
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:Robocode-***@yahoogroups.com
mailto:Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
flemmingnlarsen
2009-01-12 22:15:07 UTC
Permalink
If you are running/developing on the Robocode game following the
'Developers Guide for building Robocode'
(http://testwiki.roborumble.org/w/index.php?title=Robocode/Developers_Guide_for_building_Robocode),
and assuming that everything is checked out from Subversion (SVN) and
builds perfectly, you'll see a folder named 'launch' under the
'robocode' module. You might have to refresh the project for
'robocode' first.

If you cannot see the launch folder, then something is wrong with your
set up.

Regards,
- Flemming
Post by asherbaig
I am unable to find any launch folder inside robocode source.Can you
please specify where it is.
Post by flemmingnlarsen
When you run your tests cases for Robocode from inside Eclipse, the
robots to tests needs to exist in your robot repository. Hence,
these
Post by flemmingnlarsen
are visible when running Robocode from Eclipse.
You can avoid this be removing the 'launch' folder in the 'robocode'
project. Eclipse will automatically rebuild the folder for you, when
toy run Robocode again. You can also remove the robot by removing
its
Post by flemmingnlarsen
file in the 'robocode/launch/robot/' folder.
Best regards,
- Flemming
Post by asherbaig
Hi,
I have created my robot named as "Sprobot".
And also i have created testcase for that also named as
"Sprobottest".
Post by flemmingnlarsen
Post by asherbaig
When i see my pakcage therei found two robots named as
Sprobot.java
Sprobottest.java (This is a test case)
How can i remove Sprobottest.java from robot list?
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:Robocode-***@yahoogroups.com
mailto:Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...