Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added source directories in eclipse target, removed redundant targets #6

Open
wants to merge 9 commits into
base: NUTCH-2940
Choose a base branch
from

Conversation

kaueusc
Copy link
Collaborator

@kaueusc kaueusc commented Mar 28, 2023

Pull requests on future development by Elliott and Simon

Copy link
Owner

@lewismc lewismc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks please see comments

build.gradle.kts Outdated
description = "create eclipse project files"
dependsOn("clean-eclipse", "init", "resolve-test", "job", "eclipse")
//test on variable
tasks.register("print-test") {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this task.

build.gradle.kts Outdated
description = "--> create eclipse project files"

// not sure if any of this from ant needed
// <pathconvert property="eclipse.project">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to remove

build.gradle.kts Outdated
// <regexpmapper from="^.*/([^/]+)$$" to="\1" handledirsep="yes"/>
// </pathconvert>

// <taskdef name="eclipse"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to remove

build.gradle.kts Outdated
// <classpath>
// <library path="${conf.dir}" exported="false" />
// <library path="${basedir}/src/bin" exported="false" />
// <library pathref="eclipse.classpath" exported="false" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build.gradle.kts Outdated
// classname="prantl.ant.eclipse.EclipseTask"
// classpath="${build.dir}/lib/ant-eclipse-1.0-jvm1.2.jar" />
// <eclipse updatealways="true">
// <project name="${eclipse.project}" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants