Question

QUESTION 1 Suppose that you are given the following Ant build file. く?xml version= 1.0 encoding= utf-8?> <projet name-e

The role of the task at position G is to:

(a) execute the unit tests using the JUnit jar.

(b) build the solution by compiling the Java source files for the application.

(c) create an archive of documentation for the system.

(d) create a deployable archive containing the executable classes and information about the project.

(e) None of the above.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The Role of the G task is

<target name = " buid " depends = " utest " >

<jar destfile = " hiring . jar " basedir = " $( base ) " >

<manifest>

<attribute name = " buitlt-by " value = " $ ( user.name ) "/>

<attribute name = " Implementation - vendor " value = " QUT "/>

<attribute name = " Implementation -Title  " value = " INBN370 "/>

<attribute name = " Implementation - version " value = " 1.0.0 "/>

</manifest>

</jar>

</target>

Here the Task of the G position is to

Explain about the Build the Solution By compiling the Java Source File for the Application.

So the correct answer is option B

Option B = It can Build the solution by compiling the java source files for the Application.

Add a comment
Know the answer?
Add Answer to:
The role of the task at position G is to: (a) execute the unit tests using the JUnit jar. (b) build the solution by com...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT