Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4750/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample

Added Files:
        WrongComponent1.java WrongComponent2.java WrongPage1.java 
        WrongPage2.java 
Log Message:
Added wrong Pages and Components to prove that .page and .jwc files don't get 
created for them.

--- NEW FILE: WrongComponent2.java ---
/*
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.sample;

import org.apache.tapestry.BaseComponent;

/**
 * @author Paolo Dona
 */
public abstract class WrongComponent2 extends BaseComponent {
}
--- NEW FILE: WrongPage1.java ---
/*
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 *
 * WrongPage1.java
 * This page shouldn't generate a .page file because it doesn't implements 
tapestry's IPage
 *
 * @author Paolo Dona
 */
package org.xdoclet.plugin.tapestry.sample;
/**
 * @tapestry.page-specification 
 */
public abstract class WrongPage1 {

    public WrongPage1() {
    }
}
--- NEW FILE: WrongPage2.java ---
/*
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 *
 * WrongPage2.java
 * This page shouldn't generate a .page file because it doesn't have the 
tapestry.page-specification tag
 *
 * @author Paolo Dona
 */
package org.xdoclet.plugin.tapestry.sample;

import org.apache.tapestry.html.BasePage;

public abstract class WrongPage2 extends BasePage{

    public WrongPage2() {
    }
}
--- NEW FILE: WrongComponent1.java ---
/*
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
/*
 * WrongComponent.java
 * 
 */
package org.xdoclet.plugin.tapestry.sample;

/**
 * @tapestry.component-specification
 * @author Paolo Dona
 */
public abstract class WrongComponent1 {

}


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to